home *** CD-ROM | disk | FTP | other *** search
- if(eval("/:user_wintimes") == "3")
- {
- tellTarget("/")
- {
- gotoAndStop("success");
- play();
- }
- stop();
- }
- else if(eval("/:user_lose") == "1")
- {
- count = "1";
- while("9" >= count)
- {
- if(getProperty("/" add count, _currentframe) == "1")
- {
- tellTarget("/" add count)
- {
- gotoAndStop(4);
- }
- }
- count += "1";
- }
- stop();
- }
- else
- {
- tellTarget("/")
- {
- gotoAndStop("start2");
- play();
- }
- stop();
- }
-